home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / GRAPHICS / DESKWALL.ZIP / DESKWALL.TXT < prev    next >
Text File  |  1993-09-17  |  4KB  |  109 lines

  1. DeskWall - Change wallpaper from DOS and Windows
  2.            (c) 1993 by Andreas Furrer
  3. =================================================
  4.  
  5.  
  6. This is version 1.00 of DeskWall.
  7.  
  8. DeskWall lets you change the wallpaper of your Windows desktop from DOS
  9. and from Windows.
  10.  
  11. With DeskWall you can have your wallpaper bitmaps in ANY directory.
  12. Deskwall lets you cange your wallpaper randomly, cyclic and to a specific
  13. bitmap from DOS and from Windows. In Windows you can also change the
  14. wallpaper interactively.
  15.  
  16.  
  17. Usage
  18. =====
  19.  
  20. The usage of DeskWall from DOS or Windows is nearly the same:
  21.  
  22. Syntax:
  23.   WINDOWS:
  24.     DESKWALL [BitmapDirectory] [/Random | /Cycle | BitmapFileName]
  25.   DOS:');
  26.     DESKWALL [BitmapDirectory] /Random | /Cycle | BitmapFileName
  27.  
  28.  
  29. If your Bitmaps are not in the directory from where you start DeskWall,
  30. you have to specify the path to your bitmaps with the parameter 
  31. BitmapDirectory.
  32.  
  33. If you start DeakWall from DOS you have to enter one of the parameters 
  34. /Random, /Cycle or BitmapFileName.
  35.  
  36. In Windows you can omit this parameter. You will then see a dialog that 
  37. lets you set the wallpaper interactively.
  38. In this dialog there are some options:
  39. - update WIN.INI
  40.   If this button is checked, your WIN.INI will be updated. Otherwise
  41.   the wallpaper is set, but the WIN.INI is not updated, so the next
  42.   time you restart windows, you will get the previous wallpaper.
  43. - test mode
  44.   If this button is checked, deskwall will be in a test mode. 
  45.   If you set a wallpaper in the test mode, DeskWall will minimize all
  46.   other windows and hide itself. You can now see the wallpaper. If you
  47.   press the left mousekey, DeskWall becomes visible and you can test
  48.   other bitmaps.
  49. - Bitmap center/tile
  50.   With this two buttons you can control if your new bitmap will be centered or
  51.   tiled.
  52.  
  53. Only if you start DeskWall from DOS:
  54.   You have to start DeskWall from the windows directory, because DeskWall 
  55.   have to change your WIN.INI. Before DeskWall make any changes to your 
  56.   WIN.INI it will rename your original WIN.INI to WIN.BAK.
  57.   Because DeskWall will only change the setting of the wallpaper in your
  58.   WIN.INI the change of the wallpaper will only take effect for the next
  59.   Windows session.
  60.   If you want to change your deskwall everytime when you start windows
  61.   it is the best to have a file WINSTART.BAT in your windows directory.
  62.   Windows will execute WINSTART.BAT BEFORE windows will be started.
  63.   A sample WINSTART.BAT which will change your wallpaper randomly could
  64.   look like this:
  65.   (assuming that your windows directory is C:\WINDOWS, DeskWall is in
  66.   C:\WINDOWS\TOOLS and your bitmaps are in C:\WINDOWS\BITMAP)  
  67.  
  68.     @ECHO OFF
  69.     c:
  70.     cd \windows
  71.     c:\windows\tools\deskwall c:\windows\bitmap /random
  72.  
  73.  
  74. If you have setup your Windows for german language, you will get a german 
  75. version of deskwall in Windows. The DOS version is always in english.
  76.  
  77.  
  78.  
  79. Freeware-Note
  80. =============
  81.  
  82. You can use and distribute DeskWall free, as long as the following files are 
  83. not changed and you distribute all files together
  84.  
  85. - deskwall.exe
  86. - deskwall.txt
  87.  
  88. I am programming DeskWall because I have fun and not to make any profit. 
  89. That's why DeskWall is free and you don't have to pay more or less high 
  90. registration charges. I think it is a bad habit, that more and more program 
  91. authors want to have money even for the smallest programs.
  92.  
  93. Long live the Freeware!
  94.  
  95.  
  96. If you have problems, comments, suggestions or you detect one error, 
  97. please E-Mail to
  98.  
  99. s_furrer@ira.uka.de
  100.  
  101.  
  102. (c) 1993 by Andreas Furrer
  103.  
  104.  
  105. Version history
  106. =================
  107.  
  108. 1.00: First version of DeskWall.
  109.